LabeledButton::LabeledButton

Section: ET++ method description (n)
Updated: automatically Fri Mar 15 14:16:40 1991
Index Return to Main Contents
 

NAME

LabeledButton::LabeledButton - instance method  

TEMPLATE

void LabeledButton(int id, char * label, bool radioButton = TRUE)  

SPECIFIERS

public  

DESCRIPTION

 

ARGUMENTS

int id

the id of the button
char * label

the text of the button label
bool radioButton = TRUE

if TRUE
, a RadioButton is installed, otherwise a ToggleButton
 

RETURN ARGUMENT

void

 

CATEGORIES

client interface

 

FILES

implementation:
Buttons.C

 

NAME

LabeledButton::LabeledButton - instance method  

TEMPLATE

void LabeledButton(int id = cIdNone, OnOffItem * button = NULL, VObject * label = NULL, Point gap = gPoint10, VObjAlign align = eVObjVBase)  

SPECIFIERS

public  

DESCRIPTION

 

ARGUMENTS

int id = cIdNone

the id of the button
OnOffItem * button = NULL

the actual button
VObject * label = NULL

the button label
Point gap = gPoint10

the gap between the button and the label
VObjAlign align = eVObjVBase

unused
 

RETURN ARGUMENT

void

 

CATEGORIES

client interface

 

FILES

implementation:
Buttons.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES
NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:26 GMT, March 30, 2022